Added GSEAL to GtkAlignment.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:56:50 +0000 (10:56 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:56:50 +0000 (10:56 +0000)
* gtk/gtkalignment.h: Seal the object data with GSEAL.

svn path=/trunk/; revision=20479

gtk/gtkalignment.h

index d595c4319aa48ec8a8b52c6d397fa0078a59c7df..0c34b4ca95e5c1e47b909f0f9fede97fbcd30e96 100644 (file)
@@ -54,10 +54,10 @@ struct _GtkAlignment
 {
   GtkBin bin;
 
-  gfloat xalign;
-  gfloat yalign;
-  gfloat xscale;
-  gfloat yscale;
+  gfloat GSEAL(xalign);
+  gfloat GSEAL(yalign);
+  gfloat GSEAL(xscale);
+  gfloat GSEAL(yscale);
 };
 
 struct _GtkAlignmentClass